home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000141_jaltman2@nyc.rr.com_Thu Aug 25 11:21:53 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!nx01.iad01.newshosting.com!newshosting.com!130.81.64.211.MISMATCH!cycny01.gnilink.net!cyclone1.gnilink.net!gnilink.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  2. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  3. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728
  4. X-Accept-Language: en-us, en
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MS-DOS Kermit client, Kermit-95 server, REMOTE DIRECTORY
  8. References: <l_Kdnev5Gr5RTZneRVn-tQ@comcast.com> <1124857373.055933.208350@g44g2000cwa.googlegroups.com>
  9. In-Reply-To: <1124857373.055933.208350@g44g2000cwa.googlegroups.com>
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 46
  13. Message-ID: <5r2Pe.3621$x43.1425003@twister.nyc.rr.com>
  14. Date: Wed, 24 Aug 2005 17:49:53 GMT
  15. NNTP-Posting-Host: 68.175.91.105
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1124905793 68.175.91.105 (Wed, 24 Aug 2005 13:49:53 EDT)
  18. NNTP-Posting-Date: Wed, 24 Aug 2005 13:49:53 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15382
  21.  
  22. Mark Sapiro wrote:
  23.  
  24.  > I made packet logs with the MS-Kermit 3.16 client and Kermit-95 and
  25. > C-Kermit servers.
  26. > The issue seems to be that the K-95 server sends the listing with only
  27. > "#J" (prefixed line-feed) as a line terminator whereas C-Kermit sends
  28. > the listing with "#M#J" (prefixed CR-LF) as the line terminator. If
  29. > K-95 is the client, it understands the "#J" as a new-line and displays
  30. > the listing correctly whereas MS-Kermit displays the "#J" as a
  31. > line-feed only so the listing is "horizontally scrolled".
  32. > This appears to be a limitation on using MS-Kermit as a client with
  33. > K-95 as a server although I don't really know why there should be a
  34. > difference between K-95 and C-Kermit in this respect, but there clearly
  35. > is. Maybe there is some magic switch after all.
  36.  
  37. There is no magic switch.   The output comes from the ckcfns.c nxtdir()
  38. function and it clearly outputs everything with only a "\n" as the
  39. terminator.   This is true for C-Kermit and Kermit 95.   Now in the case
  40. of MS-DOS Kermit connected to C-Kermit via a tty, the pseudoterminal
  41. may expand the LF into CR-LF.   This is not the result of anything that
  42. C-Kermit is doing.   If you were to connect MS-DOS Kermit to C-Kermit
  43. over a raw connection, you would see the same behavior.
  44.  
  45. In the case of MS-DOS Kermit to Kermit over TCP/IP, you may very well
  46. see different behavior because the newline in NVT mode would be
  47. converted to CR-LF.
  48.  
  49. It is only over a serial connection that you would see the raw LF.
  50.  
  51. If someone is interested in a build of Kermit 95 that performs
  52. this expansion, they can read the information available at
  53.  
  54.     http://www.columbia.edu/~jaltman/
  55.  
  56. and hire me to make the change.
  57.  
  58. Jeffrey Altman
  59. Secure Endpoints Inc.
  60.  
  61.  
  62. -- 
  63. -----------------
  64. This e-mail account is not read on a regular basis.
  65. Please send private responses to jaltman at mit dot edu